home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / jetski.swf / scripts / DefineSprite_385 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  210 b   |  9 lines

  1. this.btnM_soundOFF.onPress = function()
  2. {
  3.    this._parent._parent._parent.mainSound.setVolume(0);
  4. };
  5. this.btnM_soundON.onPress = function()
  6. {
  7.    this._parent._parent._parent.mainSound.setVolume(80);
  8. };
  9.